hipreme_engine ~master (2025-09-27T13:37:43Z)
Dub
Repo
LoadingScene
hip
view
load_scene
Undocumented in source.
class
LoadingScene :
AScene
{
mixin
Preload
;
int
x
;
int
y
;
int
assetsToLoad
;
void
initialize
();
void
update
(float dt);
void
setPercentage
(float percentage);
void
render
();
void
onResize
(uint width, uint height);
void
dispose
();
}
Members
Functions
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void
initialize
()
Undocumented in source. Be warned that the author may not have intended to support it.
onResize
void
onResize
(uint width, uint height)
Undocumented in source. Be warned that the author may not have intended to support it.
render
void
render
()
Undocumented in source. Be warned that the author may not have intended to support it.
setPercentage
void
setPercentage
(float percentage)
Percentage must be a value between 0 and 1
update
void
update
(float dt)
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Preload
Undocumented in source.
Variables
assetsToLoad
int
assetsToLoad
;
Undocumented in source.
x
int
x
;
y
int
y
;
Undocumented in source.
Inherited Members
From AScene
layerStack
Layer
[]
layerStack
;
Undocumented in source.
pushLayer
void
pushLayer
(Layer l)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize
void
initialize
()
Undocumented in source.
update
void
update
(float dt)
Undocumented in source.
render
void
render
()
Undocumented in source.
onResize
void
onResize
(uint width, uint height)
Undocumented in source.
dispose
void
dispose
()
Undocumented in source. Be warned that the author may not have intended to support it.
preload
void
preload
()
Undocumented in source. Be warned that the author may not have intended to support it.
getAssetsForPreload
string
[]
getAssetsForPreload
()
Undocumented in source. Be warned that the author may not have intended to support it.
getName
string
getName
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hip
view
load_scene
classes
LoadingScene